 /* nav-top */

    .header-top{

        height: 50px;

    }

    .header-top-nav{

        background-image: url('/images/header-bg.png');

        background-repeat: no-repeat;

        background-size: cover;

        background-position: center;

    }

    .time-text{

        color: #fff;

        font-size: 13px;

    }
    .header-left {
        display: flex;
        gap: 8px;
    }
    .css-register {
        display: flex;
        position: relative;
        width: auto;
        cursor: pointer;
    }

    .css-text-register {
        margin: 0px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.5;
        letter-spacing: 0.00938em;
        color: white;
        width: 100px;
        padding: 8px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        background: rgb(255, 146, 2);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .css-plus {
        margin: 0px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.5;
        letter-spacing: 0.00938em;
        color: white;
        width: 30px;
        padding: 8px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        background: rgb(255, 108, 1);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .css-login {
        position: relative;
        width: auto;
        cursor: pointer;
    }
    .css-text-login {
        margin: 0px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.5;
        letter-spacing: 0.00938em;
        color: white;
        width: 130px;
        padding: 8px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        background: #399fda;
        border-radius: 4px;
    }

    .btn-flag-custom {
        background: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        transition: 0.2s;
    }
    .btn-bg-custom {
        padding: 4px;
        background: #054276;
    }
    .btn-bg-custom a {
        color: #fff;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
/* end nav-top */

/* nav-menu */

    .logo {

        width: 105px;

    }

    .navbar-custom{

        padding: 0px;

    }

    .navbar-custom .nav-link {

        font-weight: bold;

        text-transform: uppercase;

    }

    .navbar-custom .nav-item:hover .nav-link {

        color : #ff9100

    }

    .navbar-custom span img {

        width: 30px;

        border-radius: 50%;

        transform: scale(1);

        transition: transform 0.3s ease-in-out; 

    }

    .navbar-custom .nav-item:hover span img {

       transform: scale(1.2);

    }

   

/* end nav-menu */

/* slider */

    .slide-home::before, .slide-home::after {

        content: "";

        position: absolute;

        width: 100%;

        height: 30%;

        right: 0;

        pointer-events: none;

        z-index: 2;

    }

    .slide-home::before{

        background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);

        left: 0;

    }

    .slide-home::after{

        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);

        bottom: -1px;

    }

/* end slider */

/* login register */

    .btn-register-ml {

        background-color: #ffa84d;

        color: white !important;

        width: 100px;

        text-align: center;

        border-radius: 3rem;

        padding: 2px 0;

    }

    .btn-login-ml {

        background-color: #399fda;

        color: white !important;

        width: 110px;

        text-align: center;

        border-radius: 3rem;

        padding: 2px 0;

    }
/* end login register */
/* production */

    .production-content{

        padding-top: 50px;

        padding-bottom: 50px;

        background-image: url('/images/bg.jpg') ;

    }

    .grid-4{

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 20px;

    }

    .grid-4 .item-production {

        text-align: center;

        transition: box-shadow 0.3s ease-in-out;

        cursor: pointer;

    }

    .grid-4 .item-production:hover h3 {

        color: white;

        background: #f59e0b;

        border-radius: 3rem;

    }

    .grid-4 .item-production h3 {

        text-transform: uppercase;

        font-size: 17px;

        color: #f59e0b;;

    }

    .grid-4 .item-production img {

        border-radius: 1rem;

        transition: transform 0.3s ease-in-out;

    }

    .grid-4 .item-production:hover img {

        transform: scale(1.04);

        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    }

/* end production */



/* footer */

.about-block{

    height: 45px; 

    line-height: 45px;

}

.provider-block{

    padding-top: 22px; 

    padding-bottom: 25px;

}

.nav-mobile,.mobile-content{

    display: none;

}

/*end footer */


        .modal-content {
            border-radius: 12px;
            border: none;
        }
        .modal-header {
            border-bottom: none;
            justify-content: center;
            padding-top: 20px;
        }
        .modal-title {
            font-weight: 600;
            font-size: 18px;
        }
        .form-control {
            border: none !important; 
            border-bottom: 1px solid #ddd !important; 
            border-radius: 0 !important; 
            box-shadow: none !important; 
            padding-left: 35px !important; 
        }
        .form-control:focus {
            border-color: #00bfff !important; 
            box-shadow: none !important; 
        }
        .input-icon {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #00bfff;
            font-size: 1.1rem;
        }
        .btn-submit {
            background-color: #26b4f0 !important; ;
            color: white !important; ;
            font-weight: 500;
            width: 100%;
            border-radius: 5px;
            margin-top: 10px;
        }
        .btn-submit:hover {
            background-color: #159edb;
            color: white;
        }
        .password-toggle {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #888;
            font-size: 1.1rem;
        }


    /* sidebar-custom */

    .sidebar-custom {

        background-color: #fff;

        border-radius: 12px;

        width: 90px;

        text-align: center;


        position: sticky;

        top: 20px;

        height: fit-content;

    }



    .sidebar-custom-item {
        box-shadow: 0px 0px 5px #c5772c;
        padding: 10px 0;

        font-size: 12px;

        font-weight: 600;

        color: #333;

        cursor: pointer;

        transition: all 0.3s;

        border-left: 3px solid transparent;
        margin-bottom: 10px;
        /* background-color: #ffeada; */
        border-radius: 10px;

    }



    .sidebar-custom-item img {

        width: 28px;

        height: 28px;

        margin-bottom: 5px;

        border-radius: 50%;

        transition: all 0.3s;



    }

    .sidebar-custom-item:hover img {

        transform: scale(1.4);

    }



    .sidebar-custom-item:hover,
    .sidebar-custom-item.active {

        background-color: #fff5e6;

        border: 1px solid #fd9e3d;

    }

    @keyframes aniGame {
        0% {
            transform: translateY(0) translateX(0%);
        }

        100% {
            transform: translateY(-8px) translateX(0%);
        }
    }

    .sidebar-custom-item.active img {
        animation: aniGame 0.5s ease-in-out infinite alternate;
    }

    /* Category cards */

    .category-card {

        /* background: linear-gradient(to bottom, #fff, #ef9248); */
        box-shadow: 0px 0px 5px #c5772c;
        border-radius: 10px;
        overflow: hidden;

        text-align: center;

        /* padding: 10px; */

        transition: transform 0.3s, box-shadow 0.3s;

        height: 100%;

    }



    .category-card:hover {

        transform: translateY(-4px);

        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

    }



    .category-card img {

        /* max-height: 150px; */

        object-fit: contain;

        /* margin-bottom: 10px; */

    }



    .category-title {

        font-weight: 600;

        color: #333;
        text-transform: uppercase;

    }

    .item-grid-content {

        display: grid;

        grid-template-columns: 100px auto;

    }
    .nav-item-dropdown-custom:hover .dropdown-menu-custom {
        display: block;
    }

    .nav-item-dropdown-custom {
        position: static !important;   /* allow full-width dropdown */
    }
    .nav-item-dropdown-custom .dropdown-menu-custom {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;                     /* center */
        transform: translateX(-50%);   /* align to center */
        width: 100%;                   /* full viewport width */
        background: white;
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 1000;
        max-height: 80vh;
        overflow-y: scroll;
        scrollbar-width: none;     /* Firefox */
        -ms-overflow-style: none;  /* IE 10+ */
        border-bottom-left-radius: 10px;  /* adjust value as needed */
        border-bottom-right-radius: 10px; /* adjust value as needed */
    }
    .list-item-2{
        grid-template-columns: 1fr 1fr !important;
    }
    .list-item{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
    
    .list-item-8{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 10px;
    }

    .css-11nvzf3 {
        position: absolute;
        display: flex;
        border-top: 0.5px solid rgb(211, 211, 211);
        height: auto;
        background-color: white;
        padding-bottom: 16px;
    }

    .css-11nvzf3 {
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .list-item .item,.list-item-8 .item{
        box-shadow: 0px 0px 5px #c5772c;
        border-radius: 10px;
        overflow: hidden;
    }

        .social-float {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;

        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px 8px;
    }
    /* Common */
    .social {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .25s ease;
        text-decoration: none;
    }
    /* Image inside */
    .social img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    /* Hover */
    .social:hover {
        transform: translateX(-6px) scale(1.08);
        box-shadow: 0 0 18px rgba(255,255,255,.45);
    }

    /* Hide on desktop, show only on mobile */
    .mobile-nav {
        display: none;
    }
    .flagDropdown.text-lang{
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
    @media (max-width: 1400px) {
        .navbar-custom .nav-link {
            font-size: 14px;
        }
        .navbar-custom span img {
            width: 25px;
        }
    }
    @media (max-width: 1200px) {
        .navbar-expand-lg.navbar-custom .navbar-custom .nav-link {
            font-size: 14px !important;
            padding-top: 10px !important;
        }
    }
    @media (max-width: 1100px) {
        .navbar-custom .nav-link {
            font-size: 14px;
            padding: 5px !important;
            margin-top: 4px !important
        }
        .navbar-custom span img {
            width: 20px;
        }
    }
    @media (max-width: 768px) {
        .social-float{
            display: none;
        }
        .dropdown-menu-end.btn-bg-custom{
            position: absolute;
        }
        .mobile-nav {
            display: flex;
            justify-content: space-around;
            align-items: center;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background-color: #6b6b6b70;
            border-top: 1px solid #e1e1e2;
            z-index: 50;

            box-shadow: 0px 0px 10px #c5772c;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            border-top: solid 1px #c5772c;
            backdrop-filter: blur(20px);
        }

        .nav-item {
            flex: 1;
            text-align: center;
            font-size: 13px;
            color: #000;
            cursor: pointer;
            position: relative;
    
        }
        .mobile-nav .nav-item {
            display: grid;
            justify-items: center;
        }
        .mobile-nav .nav-item:hover {
            color: #c5772c;
        }

        .nav-item img {
            width: 25px;
            height: 25px;
        }
        .flagDropdown.text-lang{
            width: 25px;
            height: 25px;
            border-radius: 50%;
        }

        /* Center icon raised up */
        .nav-item.center {
            position: relative;
        }

        .center-icon {
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            border-radius: 50%;
            padding: 6px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

        .center-icon img {
            width: 45px;
            height: 45px;
        }

        .nav-item.center span {
            display: block;
            margin-top: 35px;
        }
    }

    @media (max-width: 1000px) {

        .navbar-expand-lg .navbar-collapse {

            display: flex !important;

            flex-basis: auto;

        }

        .navbar-expand-lg .navbar-nav {

            flex-direction: row !important;

        }

        .navbar-custom span img {

            width: 23px;

        }

        .logo {

            height: auto;

            width: 85px;

        }

        .navbar-custom .nav-link {

            font-size: 11px !important;  
        }

        .grid-4{

            display: grid;

            grid-template-columns: repeat(4, 1fr);

            gap: 10px;

        }

    }
    @media (max-width: 900px) {
        .navbar-custom span img {
            width: 18px;
        }
    }
    @media (max-width: 900px) {
        .navbar-custom span img {
            width: 15px;
        }
        .navbar-custom .nav-link {
            font-size: 9px !important;
        }
    }
    @media (max-width: 768px) {
        .navbar-custom .nav-link {
            margin-top: 1px !important;
            padding-top: 7px !important;
        }

        .header-top-nav,.nav-pc ,.production-content{

            display: none;

        }

        .mobile-content{

            display: unset;

        }
        .mobile-content .container-xl.mt-2{
            padding-bottom: 10px;
        }
        .about-content{
            padding-bottom: 60px;
        }

        .nav-mobile{

            display: flex;

        }

        .nav-mobile span img{

            width: 15px !important;

            margin-top: -4px;

        }

        .btn-login-ml ,.btn-register-ml{

            font-size: 13px !important;

        }

        

    }


    .about-content{
                background: #242424;

                }
            .provider-container 
            {
                width: 100%;
                margin-left: auto;
                box-sizing: border-box;
                margin-right: auto;
                display: block;
                padding-left: 16px;
                padding-right: 16px;
            }

            .provider-item-container {
                box-sizing: border-box;
                display: flex;
                flex-flow: wrap;
                width: 100%;
            }

            .provider-item {
                box-sizing: border-box;
                margin: 8px 0px;
                flex-direction: row;
                flex-basis: 25%;
                -webkit-box-flex: 0;
                flex-grow: 0;
                max-width: 25%;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center;
                padding: 1.6px;
            }
            .img-provider-logo {
                width: 100%;
                object-fit: contain;
                transition: 0.5s;
                cursor: pointer;
            }
            .copyright-content {
                flex-direction: column;
                gap: 16px;
                padding: 36px;
                -webkit-box-align: center;
                align-items: center;
                text-align: center;
                color: grey;
                border-top: 0.5px solid grey;
                background-color: rgb(36, 36, 36);
            }
            .css-1erbx20 {
                margin: 0px;
                font-family: Roboto, Helvetica, Arial, sans-serif;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: 0.00938em;
                font-size: 14px;
            }

            @media (min-width: 600px) {
                .provider-item {
                    flex-basis: 16.6667%;
                    -webkit-box-flex: 0;
                    flex-grow: 0;
                    max-width: 16.6667%;
                }
            }
            @media (max-width: 600px) {
                .provider-item {
                    max-width: 20%;
                }
            }
            @media (max-width: 500px) {
                .provider-item {
                    max-width: 10%;
                }
                .css-1erbx20 {
                    font-size: 12px;
                }
                .copyright-content {
                    padding: 15px;
                }
            }
            @media (min-width: 0px) {
                .img-provider-logo {
                    height: 30px;
                    filter: none;
                }
                .css-1erbx20 {
                    font-size: 10px;
                }
            }
        